home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / extraurb / mi016.dir / 00050_Script_50 < prev    next >
Text File  |  1983-01-30  |  337b  |  16 lines

  1. on exitframe
  2.   global artcorrcris
  3.   global at_hil_dacast,at_hil_quanti,at_hil_sprite, canale_pallina
  4.   
  5.   at_hil at_hil_dacast,at_hil_quanti,at_hil_sprite
  6.   if not artcorrcris then
  7.     if not soundbusy(1) then
  8.       spegni_canali
  9.       spengo canale_pallina
  10.       go "viaggio"
  11.     end if
  12.   end if
  13.   
  14.   go to the frame
  15. end
  16.